From f8410aef34ad3f4161116cbd6597ae593d523b6c Mon Sep 17 00:00:00 2001 From: "iap10@firebug.cl.cam.ac.uk" Date: Thu, 3 Mar 2005 21:11:09 +0000 Subject: [PATCH] bitkeeper revision 1.1236.8.1 (42277d6dJcqUMaI0LWRabpTP52KawQ) Fix build. Signed-off-by: ian@xensource.com --- BitKeeper/etc/logging_ok | 1 + tools/libxc/xc_plan9_build.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 8ea5214cb8..db800169bc 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -23,6 +23,7 @@ djm@kirby.fc.hp.com gm281@boulderdash.cl.cam.ac.uk gm281@tetrapod.cl.cam.ac.uk harry@dory.(none) +iap10@firebug.cl.cam.ac.uk iap10@freefall.cl.cam.ac.uk iap10@labyrinth.cl.cam.ac.uk iap10@nidd.cl.cam.ac.uk diff --git a/tools/libxc/xc_plan9_build.c b/tools/libxc/xc_plan9_build.c index cfd2559e5b..6466e17445 100755 --- a/tools/libxc/xc_plan9_build.c +++ b/tools/libxc/xc_plan9_build.c @@ -679,7 +679,7 @@ loadp9image(gzFile kernel_gfd, int xc_handle, u32 dom, memcpy(&args.data[0x200 + 64], cmdline, strlen(cmdline)); printf("Copied :%s: to page for args\n", cmdline); ret = memcpy_toguest(xc_handle, dom, &args, sizeof(args), page_array,1); - dumpit(xc_handle, dom, 0 /*0x100000>>12*/, 4, page_array) ; + //dumpit(xc_handle, dom, 0 /*0x100000>>12*/, 4, page_array) ; out: if (image) free(image); -- 2.30.2